Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.search.ui.documentsLists--list

This contribution is part of XML component org.nuxeo.search.ui.documentsLists inside nuxeo-search-ui-9.10.jar /OSGI-INF/search-documentslists-contrib.xml

Extension Point

Extension point list of component DocumentsListsService.

Contributed Items

  • <documentsList name="SAVED_SEARCHES_CURRENT_SELECTION">
          <events>
            <event>folderishDocumentSelectionChanged</event>
          </events>
          <isSession>false</isSession>
        </documentsList>

XML Source

<extension point="list" target="org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService">

    <documentsList name="SAVED_SEARCHES_CURRENT_SELECTION">
      <events>
        <event>folderishDocumentSelectionChanged</event>
      </events>
      <isSession>false</isSession>
    </documentsList>

  </extension>